This can be anything you want, but using the module name keeps symbol names consistent. 您可以随意命名该参数,但使用模块名的话可使符号名保持一致。
When used within a module, for example, the error message includes the module name and line number. 当在模块中使用时,错误消息中包含模块名称和行号。
Other modules can then depend on your module by name and version. 其他模块可以根据名称和版本与您的模块建立依赖关系。
When you call the stats function, you prefix it with the module name, which is test. 调用stats函数时,应以模块名test作为函数前缀。
Notice the module name. 注意模块的名字。
Act: The module name, which is the same as the file name under the modules directory that should be invoked. act:模块名,这与模块目录下应该调用的文件名相同。
Some other macro references are available that are substituted with the current date and time, module name, project name, and so on. 有一些其他的宏引用也可以使用,由当前的日期和时间、模块名字、项目名字等等所取代。
You specify the module name in the file ( and the file name must match), and then specify the functions within the module that you want to export to other programs that load the module. 在文件中指定模块名(必须与文件名匹配),然后指定模块中希望导出到装载此模块的其他程序的函数。
Note the Module name and Export name of the Payment service as we will need this information later when connecting from Open to Classic. 请注意Payment服务的模块名称和导出名称,稍后当从Open连接到Classic时我们将需要该信息。
This ensures that a new module with a new module name is created. 这可以确保创建具有新的模块名称的新模块。
The path may be either absolute path or just the module name. 路径可以是绝对路径,也可以只有模块名称。
Before that, though, the dojo. registerModulePath() function should be invoked to register the module name of the current iWidget. 在此以前,应该调用dojo.registerModulePath()函数来注册当前iWidget的模块名。
Like a static method in the Java language, you invoke a Ruby module's method by following the module name with a dot and the name of the method. 与Java语言中任何静态方法一样,Ruby模块方法的调用方式是在模块名后加一个点再加方法名。
Input Module name and finish the wizard to create a new module. 输入Modulename,然后完成向导创建一个新模块。
The module name is essentially the package structure where your GWT XML file resides minus the file extensions. 模块名实际上就是您的GWTXML文件所在的包结构的名称去掉文件扩展名。
Note that the function call includes the module name to ensure that we are calling the printfibo() function within the fib module. 注意,函数调用包含模块名,从而确保调用的是fib模块中的printfibo()函数。
In the dialog box that follows, accept the option to use the project name as the module name and click Next. 在接下来的对话框中,接受将项目名称作为模块名称的选项,点击Next。
The Setup file describes the module by supplying its module name, the location of its C code, and any compiler flags you may need. 安装文件通过提供模块名称、模块的C代码的位置和您可能需要的所有编译器标志来描述模块。
A module name or location change is conceptually similar to a class name change but must be handled quite differently. 在概念上,模块的名称或位置的改变类似于类名称的改变,但处理方式却完全不同。
Open SCA locates services from Classic SCA by constructing a URI from the Classic module name and export name as module_name/ export_name. OpenSCA通过根据Classic模块名称和导出名称,比如modulename/exportname,构造的URI来定位来自ClassicSCA的服务。
This is followed by the module name. 后接module名称。
You can specify the module name in all the Easy Struts functions except "Add Easy Struts support". 您可以在除“AddEasyStrutssupport”之外的所有EasyStruts功能中指定模块名。
Property lets you view information about the executable used to start the process, including the module name, file name, and module memory details. 属性使您能够查看有关用于启动进程的可执行文件的信息,包括模块名、文件名和模块内存详细信息。
The effect of type promotion is that a qualification string does not need to include the module name. 类型提升的结果是一个限定字符串不需要包括模块名称。
If a module name contains multiple words, they may be separated by underscores or not separated at all. 如果模块的名称包含多个单词,可以使用下划线分隔或是直接将几个单词连起来写。
This specifies the generic module name, which is passed as a character string. 它指定普通的模块名称,作为字符串传递。
Module file name "{ 0}" must have file extension. 模块文件名{0}必须有文件扩展名。
You then move forward from that resource to its implementation to get the code module name you re seeking. 接着,为了获取您正在寻找的代码模块名,您可以从该资源向前移到它的实现。
Duplicate dynamic module name within an assembly. 程序集内的动态模块名重复。
GDI is the abbreviation of the module name of graphics device interface in MS Windows. Here given are some comments on the critical data structure of GDI, criticizing some results given by some authorized books. DGI是MS-Windows的图形设备接口模块的简称,文中给出了GDI一些关键数据结构的分析结果,对目前流行的一些解释做了修正。